QueryParamValuesType
import { QueryParamValuesType } from "@hyper-fetch/core"
Description
Defined in adapter/adapter.types.ts:115
Preview
type QueryParamValuesType = number | string | boolean | null | undefined | Record<any, any>;
Structure
number | string | boolean | null | undefined | Record<any, any>